
@charset "utf-8";
body {
	color: #000;
	background-image: url(../imagenes/Barcos-madera-mar.jpg);
	background-attachment:scroll;
	background-position: center top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-repeat: no-repeat;
	visibility: visible;
	z-index: 1;
	font-family: Arial;
	font-size: 14px;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0; 
	color: #000;
	font-size: 14px;
}
a img { 
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	height: 1300px;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	z-index: 2;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center center;
}
.header {
	width: 810px;
	height: 225px;
	z-index: 1;
}

.content {
	height: 750px;
	width: 900px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
    
}
.footer {
	padding: 10px 0;
	background: #CCC49F;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
